fix(deps): update react monorepo#7647
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
|
🔒 Entelligence AI Vulnerability Scanner ✅ No security vulnerabilities found! Your code passed our comprehensive security analysis. |
WalkthroughThis PR updates the 'react-refresh' dependency in the CLI package from version 0.14.0 to 0.17.0. This minor version bump likely includes bug fixes, performance improvements, and new features for React Fast Refresh functionality used during development. The update may enhance hot module replacement capabilities and fix issues with state preservation during component updates in development mode. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
title React Refresh Package Update (v0.14.0 → v0.17.0)
participant Dev as Developer
participant CLI as React CLI
participant RR as "react-refresh@0.17.0"
participant Bundler as "Bundler (webpack/rollup)"
participant App as "React Application"
participant Browser as "Browser"
Note over RR: Updated from v0.14.0 to v0.17.0
Dev->>CLI: Make code changes
activate CLI
CLI->>RR: Invoke Fast Refresh
activate RR
RR->>Bundler: Transform components
activate Bundler
Bundler->>App: Update modules
deactivate Bundler
RR->>Browser: Apply updates without full reload
deactivate RR
Browser->>App: Render updated components
Note over RR,App: react-refresh v0.17.0 may include:<br/>- Performance improvements<br/>- Bug fixes<br/>- Better error handling<br/>- Enhanced HMR compatibility
App-->>Dev: Show updated UI
deactivate CLI
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
|
LGTM 👍 |
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
|
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
|
|
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5fc6b7c to
0704750
Compare
|
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
|
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
This PR contains the following updates:
17.0.52→17.0.9117.0.17→17.0.264.6.0→4.6.2^0.14.0→^0.18.0Release Notes
facebook/react (eslint-plugin-react-hooks)
v4.6.2Compare Source
v4.6.1Compare Source
facebook/react (react-refresh)
v0.18.0Compare Source
v0.17.0Compare Source
v0.16.0Compare Source
v0.14.2Compare Source
React DOM
integrityattributechildrenprop being coerced to a string for custom elements, which was not the desired behaviorreactfromdependenciestopeerDependenciesto match expectations and align withreact-addons-*packagesv0.14.1Compare Source
React
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.